What is a SESSION and APPLICATION object?
2982
28-Jan-2014
Mahesh Joshi Joshi
06-Aug-2014Sumit Kesarwani
28-Jan-2014Session object store information between HTTP requests for a particular user.
Session variables are used to store user specific information where as in application variables we can’t store user specific information while application object are global across users.